home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / WSD40E.ARJ / WSD.MSG < prev    next >
Text File  |  1992-06-16  |  6KB  |  150 lines

  1. ; WSD message file (English)
  2. ; Helmut Steeb 08.06.92
  3. ; Format of this file:
  4. ;   - empty lines are ignored
  5. ;   - lines beginning with ";" (semicolon) are ignored
  6. ;   - there may be only one message per line
  7. ;   - all characters in between the first and second double quote (")
  8. ;     are used as a message
  9. ;   - the last messages (after some predefined number of single line messages)
  10. ;     are used by WSD for the helppage and for the
  11. ;     dialogue page. The helppage messages must be preceded by a line
  12. ;     containing only the string begin(helppage), starting in column one,
  13. ;     case insensitive, and followed by a line with end(helppage).
  14. ;     For the dialogue page, it is begin(dialog) and end(dialog).
  15. ;     Only after these lines follow single line messages.
  16. ;     The number of helppage and dialogue page lines may be changed. But
  17. ;     make sure to leave both the begin...end pairs else WSD would not
  18. ;     know where the regular messages start. If you supply to many lines,
  19. ;     WSD will abort when reading the file and tell you what happened.
  20. ;     %s within a message will eventually be replaced by a predefined string,
  21. ;     e.g., the version string will be inserted in the Message below.
  22.  
  23.  
  24.  
  25. Message             "──────┤ WSD ─ your text formatter by Helmut Steeb %s ├──────"
  26. msgFileNotFound     "File %s not found."
  27. msgConfIsRead       "  Reading configuration file %s"
  28. msgIllegalPageMode  "illegal page mode %s"
  29. msgIllegalDialogMode"illegal dialogue mode %s"
  30. msgIllegalTabSize   "illegal tab size %s"
  31. msgIllegalCommand   "illegal command %s"
  32. msgWhatShall        "What do you mean by %s?"
  33. msgInfileNotSpec    "You did not specify a text file for input."
  34. msgPageStrError     "Error in page value %s"
  35. msgConfNoWI         "Configuration file %s: no entry WI."
  36. msgConfNoES         "Configuration file %s: no entry ES."
  37. msgVersionErr       "%s: wrong version of hyphen table"
  38. msgHyphenLoadErr    "Error in loading hyphen table %s."
  39. msgPageSelect       "Press any key to redefine page selection after current page."
  40. msgIsChecked        "File %s is being checked."
  41. msgErrOpen          "Error in opening %s"
  42. msgIsOutputTo       "File %s written to %s"
  43. msgDone             "WSD done."
  44.  
  45. msgYouWant          "You like to   :"
  46. msgContinue         "continue"
  47. msgNextPage         "Next printing page (%d-%d): "
  48. msgNewPageSelect    "New page selection (as with /p, e.g. 1-5.7.e): "
  49.  
  50. ; WSDCode
  51. msgPrinterProblems  "There are severe printer problems... Cancel with ESC"
  52. msgESCPRNWaiting    "Canceled with ESC when waiting for printer"
  53. msgKey              "%c--- (press any key) ---"
  54. msgShortDouble      "Short cut %c occurs more than once"
  55. msgFormatErr        "Syntax error in line %s"
  56. msgEscapeFileRead   "  Reading escape file %s "
  57. msgShortCuts        "(%d abbreviations)."
  58. msgRawModeErr       "Output cannot be set to raw mode (AX=%d)"
  59. msgErrNo            "%d error(s) detected!"
  60. msgErrNoLine        "Error in line %d: %s"
  61. msgSeeLogFile       "For details see file %s"
  62. msgNoErr            "No error occured."
  63. msgFileLineErr      "File %s, Line %d: %s"
  64.  
  65. ; WSDError
  66. msgErrMsgFileNFound "File with error messages not found"
  67.  
  68. ; WSDFont
  69. msgDownload         "Download font %d in %s"
  70. ;                   msgDownload: %d MUST be before %s!
  71. msgFontLoad         "Unable to open font file %s."
  72. msgFontNoErr        "Loading font: illegal font number %d"
  73. msgLoadingFont      "Loading font no. %d: %s"
  74. msgFontNo           "Font number %d has not yet been loaded (.FT)!"
  75. msgPropStatErr      "Different proportional state of text and font"
  76. msgDLChar           "Download character %c (and may be some of the following) is undefined!"
  77. msgPropFileRead     "  Loading proportional table %s."
  78.  
  79. ; WSDPage
  80. msgErrInHEFO        "Error no. %d in head-/footline %s"
  81.  
  82. ; Errors
  83. EuChar              "Illegal text character"
  84. EEscCharExp         "Illegal text escape character"
  85. EDigExp             "Number expected"
  86. EuVal               "Illegal numerical value"
  87. ENotIn2c            "The command is not valid inside a two-column section"
  88. EFilNEx             "File not exists"
  89. EuPunktBef          "Illegal dot command"
  90. EMacroCharExp       "Illegal macro character"
  91. EWordTooLong        "The word exceeds the output line"
  92.  
  93. ; Date and time format
  94. ;   Date: %D = day (zero filled, e.g. "08")
  95. ;         %d = day (no leading zero)
  96. ;         %M = month (zero filled)
  97. ;         %m = month (no leading zero)
  98. ;         %Y = year (4 digits)
  99. ;         %y = year (2 digits)
  100. ;   Time: %H = hour (24 hours based, zero filled)
  101. ;         %h = hour (24 hours based, no leading zero)
  102. ;         %A = hour (12 hours based, zero filled)
  103. ;         %a = hour (12 hours based, no leading zero)
  104. ;         %p = "am" or "pm", to be used with %A or %a
  105. ;         %M = minute (zero filled)
  106. ;
  107. ; msgDate "%M-%D-%y" gives "12-20-92"
  108. ; msgTime "%A:%M%p"  gives "09:43am" and "09:43pm"
  109. ;
  110. msgDate "%M-%D-%y"
  111. msgTime "%A:%M%p"
  112.  
  113.  
  114. begin(helppage)
  115.   "Usage:  WSD {-Option(s)} textname [outname]"
  116.   "             [/pPAGES] [/fFORMAT] [/cCONFIG] [/iINDENT]"
  117.   ""
  118.   "Valid options, with (default)"
  119.   "  S (-)   shorten too long lines in verbatim or f-"
  120.   "  C (-)   check syntax (don't produce any output)"
  121.   "  L (-)   download font after .FT immediately"
  122. ;  "  P (-)   preview instead of printing (NOT YET)"
  123. ;  "  D (-)   print internal structures into WSD.TST"
  124.   ""
  125.   "Parameters:"
  126.   "  - textname: e.g. DOCU.TXT, DOCU2 (.TXT will be added)"
  127.   "  - outname: e.g. DOCU.OUT (no outname specified: assumes PRN)"
  128.   "  - PAGES to be printed, e.g. /p10-20 /p-20 /p10- /p1-5.7"
  129.   "      /pe even, /po odd page numbers"
  130.   "  - CONFIG-file, e.g. /cMYCONFIG (.CFG will be added)"
  131.   "  - FORMAT, file with format commands (.FRM will be added)"
  132.   "  - INDENT 1st line of paragraphs that number of chars, others not (only >0)"
  133.   "The order of your values doesn't matter (but: first textname, then outname)"
  134.   ""
  135.   "Example: WSD -c textname /p2-4 /i4"
  136. end(helppage)
  137.  
  138. begin(dialog)
  139.   "--- Page selection ---"
  140.   "A (All)       : print all pages without further stop (ignore /p)"
  141.   "H (Help)      : show this text"
  142.   "N (Next)      : query for next page to be printed (after that according to /p)"
  143.   "P (Pagestring): new page selection (same as /p), at least next page."
  144.   "Q (Quiet)     : print all pages without further stop according to /p"
  145.   "X (eXit)      : cancel printing immediately"
  146.   "other key     : continue"
  147. end(dialog)
  148.  
  149.  
  150.